34abda8b79617ba6773af5cc4acee59f7b40ff01,plugins/mps-build/languages/build/source_gen/jetbrains/mps/build/editor/BuildSourceMacroRelativePath_Editor.java,BuildSourceMacroRelativePath_Editor,renderingCondition_3is4rg_a2a,#SNode#EditorContext#,129
Before Change
return editorCell;
}
private static boolean renderingCondition_3is4rg_a2a(SNode node, EditorContext editorContext) {
return Sequence.fromIterable(AttributeOperations.getChildNodesAndAttributes(node, MetaAdapterFactory.getContainmentLink(0x798100da4f0a421aL, 0xb99171f8c50ce5d2L, 0x65997a657729f6fbL, 0x65997a65772aebcbL, "compositePart"))).isNotEmpty();
}
private EditorCell createConstant_3is4rg_a2a(EditorContext editorContext, SNode node) {
EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "/");
After Change
return editorCell;
}
private static boolean renderingCondition_3is4rg_a2a(SNode node, EditorContext editorContext) {
return (SLinkOperations.getTarget(node, MetaAdapterFactory.getContainmentLink(0x798100da4f0a421aL, 0xb99171f8c50ce5d2L, 0x65997a657729f6fbL, 0x65997a65772aebcbL, "compositePart")) != null);
}
private EditorCell createRefNode_3is4rg_d0(EditorContext editorContext, SNode node) {
SingleRoleCellProvider provider = new BuildSourceMacroRelativePath_Editor.compositePartSingleRoleHandler_3is4rg_d0(node, MetaAdapterFactory.getContainmentLink(0x798100da4f0a421aL, 0xb99171f8c50ce5d2L, 0x65997a657729f6fbL, 0x65997a65772aebcbL, "compositePart"), editorContext);